<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>Cunningham M1 Armored Car</long_name>
		<short_name>M1 Armored Car</short_name>
		<comment>A light armored car with a .50cal heavy machine gun and a light machine gun</comment>

		<uniform>american_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>12</number></data>
		<data><month>12</month><year>1939</year><number>12</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-M1 Armoured Car.png</image_profile>
			<weight>10233</weight>
		</attributes>

		<drive>
			<engine>
				<name>Hercules JXD</name>
				<horsepower>133</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>70</offsetX><offsetY>225</offsetY></exhaust_pipe>
			<exhaust_pipe><offsetX>-70</offsetX><offsetY>225</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-M1 Armoured Car.png</image_view>

			<width>176</width>
			<length>464</length>
			<height>167</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>9@30</front>
				<side>9</side>
				<rear>6@35</rear>
				<top>6</top>
				<bottom>5</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<turret>
			<image_view>Image-M1 Armoured Car turret.png</image_view>

			<diameter>125</diameter>
			<height>43</height>
			<offsetX>0</offsetX>
			<offsetY>114</offsetY>

			<rotate_time>18</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>9@30</upper_front>
				<lower_front>9</lower_front>
				<upper_side>9@30</upper_side>
				<lower_side>9</lower_side>
				<upper_rear>9@30</upper_rear>
				<lower_rear>9</lower_rear>
				<top>10</top>
				<mantlet>0</mantlet>
			</armour>

			<weapon><type>WEAPON_HMG_50CAL</type><offsetX>-1</offsetX><offsetY>-30</offsetY></weapon>
			<weapon><type>WEAPON_LMG_M1919</type><offsetX>16</offsetX><offsetY>-3</offsetY></weapon>
			<ammo><for>WEAPON_HMG_50CAL</for><rounds>2000</rounds></ammo>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>3750</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
